home *** CD-ROM | disk | FTP | other *** search
/ Avalanche Ranch: Clip Ar… Song Lyrics & Decorating / Avalanche Ranch: Clip Art, Song Lyrics & Decorating - Disc 1.iso / pc / Xtras / WIN32 / impressario / Libraries / DL6PDFL.dll / PSPROCSET / 4 < prev    next >
Text File  |  2004-12-17  |  771b  |  32 lines

  1. %%BeginResource: procset pdfutil 6.0 1
  2. %%Copyright: Copyright 1993-2001 Adobe Systems Incorporated. All Rights Reserved.
  3. %%Title: Basic utilities used by other PDF procsets
  4. /bd {bind def} bind def
  5. /ld {load def} bd
  6. /bld {
  7. dup length dict begin
  8. { null def } forall
  9. bind
  10. end
  11. def
  12. } bd
  13. /dd { PDFVars 3 1 roll put } bd
  14. /xdd { exch dd } bd
  15. /Level2?
  16. systemdict /languagelevel known
  17. { systemdict /languagelevel get 2 ge } { false } ifelse
  18. def
  19. /Level1? Level2? not def
  20. /Level3?
  21. systemdict /languagelevel known
  22. {systemdict /languagelevel get 3 eq } { false } ifelse
  23. def
  24. /getifknown {
  25. 2 copy known { get true } { pop pop false } ifelse
  26. } bd
  27. /here {
  28. currentdict exch getifknown
  29. } bd
  30. /isdefined? { where { pop true } { false } ifelse } bd
  31. %%EndResource
  32.